firmware/vgabios: Fix incorrect formatting string
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 25 Nov 2013 11:04:21 +0000 (11:04 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 26 Nov 2013 10:59:11 +0000 (10:59 +0000)
commita9378c3785df4bc8a5babb004c69a503c3830993
treef0fd219f2c40196d0628c3f81460c803b98eef8e
parent944cea4588bb825c7e91396dcffa3436733d5f54
firmware/vgabios: Fix incorrect formatting string

bios_len is an long, so requires %ld rather than %d.

Coverity ID: 1055813

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Campbell <Ian.Campbell@citrix.com>
CC: Keir Fraser <keir@xen.org>
CC: Jan Beulich <JBeulich@suse.com>
CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
tools/firmware/vgabios/biossums.c